home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_008 / src / hack.mfndpos.h < prev    next >
Text File  |  1992-05-06  |  337b  |  12 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
  2.  
  3. #define    ALLOW_TRAPS    0777
  4. #define    ALLOW_U        01000
  5. #define    ALLOW_M        02000
  6. #define    ALLOW_TM    04000
  7. #define    ALLOW_ALL    (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
  8. #define    ALLOW_SSM    010000
  9. #define    ALLOW_ROCK    020000
  10. #define    NOTONL        040000
  11. #define    NOGARLIC    0100000
  12.